(find-tag-noselect): Don't bind
authorGerd Moellmann <gerd@gnu.org>
Sat, 27 Jan 2001 13:46:21 +0000 (13:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 27 Jan 2001 13:46:21 +0000 (13:46 +0000)
tags-file-name.

lisp/progmodes/etags.el

index 131610e09d734e2c1207874162670909541f6ace..3735b2f0ff65f3468da224ed81399f1f29975b72 100644 (file)
@@ -823,8 +823,7 @@ See documentation of variable `tags-file-name'."
   ;; Save the current buffer's value of `find-tag-hook' before
   ;; selecting the tags table buffer.  For the same reason, save value
   ;; of `tags-file-name' in case it has a buffer-local value.
-  (let ((local-find-tag-hook find-tag-hook)
-       (tags-file-name tags-file-name))
+  (let ((local-find-tag-hook find-tag-hook))
     (if (eq '- next-p)
        ;; Pop back to a previous location.
        (if (ring-empty-p tags-location-ring)